Skip to content

ziggy build - accept target argument#161

Merged
louismerlin merged 2 commits intomainfrom
feat-build-target
Apr 13, 2026
Merged

ziggy build - accept target argument#161
louismerlin merged 2 commits intomainfrom
feat-build-target

Conversation

@chris-srlabs
Copy link
Copy Markdown
Collaborator

Do not build all targets, but only those specified (or resolved), this implicitly propagates to the fuzz subcmd.
Usually the harness contains a single bin target and then nothing changes. This errs before building and trying to fuzz a non existing target. Avoid confusion, by resolving the target automatically only when unambiguous.

Additionally, cache cargo_metadata in Common struct (now an argument for every subcmd).

builds on #158

Adapt target resolving, such that guessing fails when bin target is
non-unique. Additionally, cache `cargo_metadata` in `Common` struct (now an
argument for every subcmd).
@louismerlin louismerlin merged commit f2338f9 into main Apr 13, 2026
4 checks passed
@louismerlin louismerlin deleted the feat-build-target branch April 13, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants